ReadFrom
TheReadFrom
method reads this transform's matrix from the specified storage unit.
void ReadFrom (in ODStorageUnit storageUnit);
storageUnit
- A reference to the storage unit from which the matrix is to be read.
DISCUSSION
Before calling this method, you must focus the storage unit on the property from which the matrix elements are to be written. The matrix is read from the value of typekODTransform
in the focused property. If no such value exists, this transform is reset to an identity transform.OVERRIDING
If you subclassODTransform
to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).EXCEPTIONS
kODErrUnfocusedStorageUnit
- This storage unit is not focused on a property or a value.
SEE ALSO
TheODTransform::WriteTo
method (page 786).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help